home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / l-util11.zip / README.TXT < prev    next >
Text File  |  1992-12-03  |  3KB  |  93 lines

  1. Launch Utility Set version 1.1                12/3/92
  2. Written by David Stafford                     CIS 72411,2670
  3.                                               MCI DSTAFFORD
  4.                                               65 Grandview Unit I
  5.                                               Santa Cruz, CA 95060
  6.  
  7.  
  8. This is a collection of five of my Windows utilities.  All are designed to
  9. work with the Launch utility and are examples of extending Launch's
  10. capabilities with mini-apps.  If you don't have Launch you can get it from
  11. the WINADV forum on CompuServe.  (Latest version is 2.3)
  12.  
  13.  
  14.   Paper    : Sets the desktop wallpaper from a bitmap or RLE file.
  15.   Mousy    : Cleans the Windows desktop.
  16.   SnapShot : Captures an image of the Windows desktop into the clipboard.
  17.   Run-Mac  : Automates execution of Windows Recorder macros.
  18.   Minimize : Iconizes all windows and arranges the icons.
  19.  
  20.  
  21. The utilities follow the "small is beautiful" principle.  Just say "No!"
  22. to sloppy software.  Each utility's .EXE file is less than 500 bytes!
  23.  
  24. The Launch Utility Set is Shareware but it is free to anyone who has
  25. registered Launch.  This is my way of saying "Thank-you" for your
  26. support.  If you aren't a Launch customer you can register the utility
  27. set for only $10.
  28.  
  29.  
  30. -----------------
  31. Paper version 1.1
  32. -----------------
  33. Paper will set your desktop wallpaper.  All you need to do is specify
  34. the wallpaper file name on the command line.
  35.  
  36. Here is an example from my Launch menu:
  37.  
  38. [Menu]
  39. Earth = c:\tools\paper31.exe c:\pix\earth7.rle
  40. Neko  = c:\tools\paper31.exe c:\pix\neko.bmp
  41.  
  42. You can use both bitmaps and RLE files for wallpaper.  Running Paper
  43. with no arguments clears the wallpaper from the desktop.
  44.  
  45. There are two versions of Paper.  PAPER31.EXE is for Windows 3.1 and
  46. Windows for Workgroups.  PAPER30.EXE is for Windows 3.0.
  47.  
  48.  
  49. --------------------
  50. Snapshot version 1.1
  51. --------------------
  52. Snapshot takes a picture of the Windows desktop and puts it in the
  53. clipboard.  You can save the picture and edit or print it if you like.
  54.  
  55. SnapShot runs silently.  It doesn't beep at you or display a message.
  56. Just look in the clipboard after running SnapShot and you will find a
  57. picture of the Windows desktop.  Use the Clipboard program which is
  58. supplied with Windows.
  59.  
  60.  
  61. --------------------
  62. Minimize version 1.0
  63. --------------------
  64. Minimize will minimize (iconize) all the programs on your Windows
  65. desktop.  It's a good way to organize a messy desktop.
  66.  
  67.  
  68. -------------------
  69. Run-Mac version 1.2
  70. -------------------
  71. Run-Mac will run a Windows Recorder macro. All you need to do is
  72. specify the macro file name on the command line. Run-Mac will launch
  73. the Windows Recorder and execute your macro.
  74.  
  75. Here is an example from my Launch menu:
  76.  
  77. [Menu]
  78. Pull Text = c:\tools\run-mac\run-mac.exe  c:\macros\pull
  79.  
  80. This version is an improvement of 1.1.  The Recorder window no longer
  81. pops up when Run-Mac executes a macro.
  82.  
  83.  
  84. -----------------
  85. Mousy version 1.3
  86. -----------------
  87. Mousy will display the mouse if it is hiding. Anyone using the first
  88. release of Turbo Debugger for Windows will find it invaluable since
  89. TDW has the nasty habit of often leaving the mouse hidden when it is
  90. exited.
  91.  
  92. Mousy also provides a quick way to refresh your Windows screen if it has
  93. become contaminated by an errant program.